-
Notifications
You must be signed in to change notification settings - Fork 397
FX2G3 replacement for FX2LP LA #260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
FX2G3 replacement for FX2LP LA #260
Conversation
|
Please provide an open source firmware and open source code for uploading the firmware. |
|
Hi Stefan, For firmware update we use USB FX Control Center windows application Regards, |
Specifically:
You are free to provide additional tools, e.g. a Windows only GUI application. But you must at least provide a command line flashing tool (in source form), or an equivalent protocol description. |
|
@javeed786Infineon Is the firmware stored in the volatile or non-volatile memory? If it's in non-volatile memory and sigrok does not need to upload it, I think this would be acceptable - as all the sigrok code is GPL licensed based on the file headers. @StefanBruens While I agree that the upload process MUST be opensource and included in libsigrok if the memory is volatile, I don't necessarily think the firmware itself needs to be opensource or redistributable. I'm basing this on the documentation of various devices supported by sigrok that use non-free firmware or FPGA bitstreams. These are not distributed with sigrok, but documentation and tools exist that allow user to extract them to use with their device. I'm not sure if the policy changed since these were merged, but TBH it would not make sense - I have yet to see an oscilloscope with fully opensource firmware from a big player (and with big specs), and sigrok supports many of these. The only showstopper would be if the firmware is volatile and needs to be uploaded on windows before every use, using a proprietary application. This would not really meet the current standard for device drivers. |


Hi Team,
We are working on FX2LP replacement with FX2G3.
I've added support for FX2G3 in sigrok/pulseview. Kindly review this pull request and approve.
We can provide our open source code in Modus 3.2 environment (eclipse based) to build and test this firmware along with the Hardware kit.
To download firmware on Fx2G3, we use Control Center https://softwaretools.infineon.com/tools/com.ifx.tb.tool.ezusbfxcontrolcenter
Regards,
Javeed